-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add support for tentative return types of internal methods #6971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Zend/tests/type_declarations/variance/internal_parent/internal_parent.phpt
Outdated
Show resolved
Hide resolved
Something you might want to consider is moving the tentative flag into ZEND_ACC_TENTATIVE_RETURN_TYPE -- at least I find the asymmetry between the two flags a bit odd. |
99139e8
to
b96379f
Compare
I've just searched for Or I just misunderstood you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking pretty good.
Closed via 532c60c |
RFC: https://wiki.php.net/rfc/internal_method_return_types
First part of #6548